home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMNEWRUNVALUE / TFORMNEWRUNVALUE.txt
Text File  |  2005-01-25  |  3KB  |  152 lines

  1. object formNewRunValue: TformNewRunValue
  2.   Left = 300
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'New Run value'
  7.   ClientHeight = 278
  8.   ClientWidth = 323
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object radiogroupRootKey: TRadioGroup
  20.     Left = 0
  21.     Top = 0
  22.     Width = 323
  23.     Height = 65
  24.     Align = alTop
  25.     Caption = ' Valid for... (root key) '
  26.     ItemIndex = 0
  27.     Items.Strings = (
  28.       'Create for current user only (HKEY_CURRENT_USER)'
  29.       'Create for all users (HKEY_LOCAL_MACHINE)')
  30.     TabOrder = 0
  31.   end
  32.   object radiogroupKey: TRadioGroup
  33.     Left = 0
  34.     Top = 73
  35.     Width = 323
  36.     Height = 88
  37.     Align = alTop
  38.     Caption = ' Type of program (key) '
  39.     ItemIndex = 0
  40.     Items.Strings = (
  41.       'Create a link to a normal program (Run)'
  42.       'Create a link to a service program (RunServices)'
  43.       'Create a Autostart group link')
  44.     TabOrder = 1
  45.   end
  46.   object panelButtons: TPanel
  47.     Left = 0
  48.     Top = 244
  49.     Width = 323
  50.     Height = 34
  51.     Align = alBottom
  52.     BevelOuter = bvNone
  53.     TabOrder = 3
  54.     DesignSize = (
  55.       323
  56.       34)
  57.     object buttonCancel: TBitBtn
  58.       Left = 120
  59.       Top = 8
  60.       Width = 91
  61.       Height = 25
  62.       Anchors = [akTop, akRight]
  63.       TabOrder = 0
  64.       Kind = bkCancel
  65.     end
  66.     object buttonOK: TBitBtn
  67.       Left = 224
  68.       Top = 8
  69.       Width = 91
  70.       Height = 25
  71.       Anchors = [akTop, akRight]
  72.       TabOrder = 1
  73.       Kind = bkOK
  74.     end
  75.   end
  76.   object Panel2: TPanel
  77.     Left = 0
  78.     Top = 65
  79.     Width = 323
  80.     Height = 8
  81.     Align = alTop
  82.     BevelOuter = bvNone
  83.     TabOrder = 4
  84.   end
  85.   object Panel3: TPanel
  86.     Left = 0
  87.     Top = 161
  88.     Width = 323
  89.     Height = 8
  90.     Align = alTop
  91.     BevelOuter = bvNone
  92.     TabOrder = 5
  93.   end
  94.   object groupValueData: TGroupBox
  95.     Left = 0
  96.     Top = 169
  97.     Width = 323
  98.     Height = 75
  99.     Align = alClient
  100.     Caption = ' Registry entry (value && data) '
  101.     TabOrder = 2
  102.     DesignSize = (
  103.       323
  104.       75)
  105.     object labelValue: TLabel
  106.       Left = 8
  107.       Top = 20
  108.       Width = 62
  109.       Height = 13
  110.       Caption = 'Name of link:'
  111.     end
  112.     object labelData: TLabel
  113.       Left = 8
  114.       Top = 40
  115.       Width = 51
  116.       Height = 13
  117.       Caption = 'Linked file:'
  118.     end
  119.     object eValue: TEdit
  120.       Left = 112
  121.       Top = 16
  122.       Width = 198
  123.       Height = 21
  124.       Anchors = [akLeft, akTop, akRight]
  125.       TabOrder = 0
  126.     end
  127.     object eData: TEdit
  128.       Left = 112
  129.       Top = 40
  130.       Width = 179
  131.       Height = 21
  132.       Anchors = [akLeft, akTop, akRight]
  133.       TabOrder = 1
  134.     end
  135.     object buttonBrowse: TButton
  136.       Left = 290
  137.       Top = 40
  138.       Width = 21
  139.       Height = 21
  140.       Anchors = [akTop, akRight]
  141.       Caption = '...'
  142.       TabOrder = 2
  143.       OnClick = buttonBrowseClick
  144.     end
  145.   end
  146.   object od: TOpenDialog
  147.     Filter = 'All files|*.*'
  148.     Left = 32
  149.     Top = 24
  150.   end
  151. end
  152.